﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, img {
    border: 0;
}

/*yx_rotaion*/
.yx-rotaion {
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.yx-rotaion-btn, .yx-rotaion-title, .yx-rotation-focus, .yx-rotation-t, .yx-rotaion-btn {
    position: absolute
}

.yx-rotation-title {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    left: 0;
    bottom: 0;
    _bottom: -1px;
    z-index: 1
}

.yx-rotation-t {
    color: #fff;
    font-size: 16px;
    font-family: microsoft yahei;
    z-index: 2;
    bottom: 0;
    left: 0;
    line-height: 40px;
    width: 100%;
    padding-right: 120px;
    padding-left: 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yx-rotation-focus span, .yx-rotaion-btn span {
    display: block;
}

.yx-rotation-focus {
    height: 40px;
    line-height: 40px;
    right: 20px;
    bottom: 0;
    z-index: 2
}

.yx-rotation-focus span {
    width: 8px;
    height: 8px;
    line-height: 8px;
    float: left;
    margin-left: 5px;
    position: relative;
    top: 16px;
    cursor: pointer;
    background-color: #fff;
    text-indent: -9999px;
    border-radius: 100%;
}

.yx-rotaion-btn {
    width: 100%;
    height: 41px;
    top: 50%;
    margin-top: -30px;
}

.yx-rotaion-btn span {
    width: 25px;
    height: 60px;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: center center;
    background-repeat: no-repeat
}

.yx-rotaion-btn .left_btn {
    background-image: url("../images/left-white.png");
    float: left;
    left: 0
}

.yx-rotaion-btn .right_btn {
    background-image: url("../images/right-white.png");
    float: right;
    right: 0
}



.yx-rotation-focus span.hover {
    background-color: #e32927;
}

.rotaion_list {
    width: 0;
    height: 0;
    overflow: hidden;
}